You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.module.css 123B

123456789
  1. .logTable td {
  2. padding: 7px 8px;
  3. box-sizing: border-box;
  4. max-width: 200px;
  5. }
  6. .pagination li {
  7. list-style: none;
  8. }